home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / windows / wsock325.zip / FAQ.TXT < prev    next >
Text File  |  1997-04-06  |  3KB  |  81 lines

  1. Q: - WSOCK32 does not work at all
  2. A:   WIN95 copied the original MS WINSOCK.DLL from the system backup
  3.      folder to \WINDOWS or MS WSOCK32.DLL to \WINDOWS\SYSTEM.
  4.      Check the sizes of both files, make sure you have the right DLLs at
  5.      these locations and set them to read-only file attributes.
  6.  
  7.      e.g.  C:\>attrib +r \WINDOWS\WINSOCK.DLL
  8.            C:\>attrib +r \WINDOWS\SYSTEM\WSOCK32.DLL
  9.  
  10.  
  11. Q: - I get the following error message from WSOCK32.DLL:
  12.      "Could not attach WSA32SRV.DLL V5.XX.XX"
  13. A:   The version of WSOCK32 has to match exactly the version of WSA32SRV.DLL.
  14.      Probably you have several copies of those files on your disk and a wrong
  15.      copy of WSA32SRV.DLL is getting loaded through your PATH environment.
  16.            C:\>dir \WSA32SRV.DLL /s
  17.      will show you all.
  18.      There should not be any copy except the one in \WINDOWS\SYSTEM
  19.      Make sure you have the right versions there.
  20.  
  21.  
  22. Q: - WS_FTP32/95 does not work with CompuServe`s 16bit WINSOCK
  23. A:   Activate in WS_FTP:
  24.            Options / Session Options / Use PASV Transfer Mode
  25.      and it will work.
  26.  
  27.  
  28. Q: - I get an error message telling me, ordinal #### cannot be loaded
  29. A:   Ordinal numbers greater than 151 are not compatible to the
  30.      Windows Sockets Specification 1.1 and also not implemented
  31.      in the most 16bit WINSOCKs.
  32.      As WSOCK32 works as a converter, it can not convert what is
  33.      not present.
  34.      If you get these errors using NT I strictly recommend to
  35.      remove MS/TCP.
  36.  
  37.  
  38. Q: - MS PING reports a "General failure"
  39.      MS PING uses the WsControl() function call (which is not part
  40.      of the Windows Sockets Specification 1.1).
  41.      As I couldn`t get a detailed description of this function
  42.      it is only partially implemented.
  43.  
  44.  
  45. Q: - I don't want to use WSOCK32; How can I remove it?
  46. A:   Restart your PC in native DOS mode;
  47.      remove it with the following commands:
  48.      C:\>cd \WINDOWS\SYSTEM
  49.      C:\WINDOWS\SYSTEM>attrib -r WSOCK32.DLL
  50.      C:\WINDOWS\SYSTEM>del WSOCK32.DLL
  51.      C:\WINDOWS\SYSTEM>copy WSOCK32.MS WSOCK32.DLL
  52.      C:\WINDOWS\SYSTEM>cd ..
  53.      C:\WINDOWS>attrib -r WINSOCK.DLL
  54.      C:\WINDOWS>del WINSOCK.DLL
  55.      C:\WINDOWS>copy WINSOCK.MS WINSOCK.DLL
  56.  
  57.  
  58. Q: - I get an error message when using the T-Online-Decoder saying,
  59.      that "32bit support can't be loaded"
  60. A:   Change the settings in "\DECODER\DATA\USERFSCK.INI to:
  61.            [Options]
  62.            Load32=Nein
  63.            Beende Anwendungen=Nein
  64.  
  65.  
  66. Q: - How to start Frontpage offline?
  67. A:   - install Win95 TCP/IP
  68.      - install Frontpage
  69.      - test --- (great, works! if not restart at beginning)
  70.      /// standard up to here ///
  71.      - save MS \WINDOWS\WINSOCK.DLL and MS \WINDOWS\SYSTEM\WSOCK32.DLL
  72.        (best is to rename those files, e.g. WSOCK32.MS)     
  73.      - install "Eric's WSOCK32" as described in README.TXT
  74.      - copy the 16bit MS WINSOCK.DLL into Frontpage's program directory
  75.        e.g. to "C:\Program Files\Microsoft FrontPage\bin"
  76.      - In Win95 start menu (and everywhere else where Frontpage will be
  77.        started by a double click) change it's working directory under
  78.        properties to Frontpage's program directory
  79.        e.g. to "C:\Program Files\Microsoft FrontPage\bin"
  80.      Notice: Frontpage will only work offline with these settings.
  81.